@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #031b23;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 10%;
  padding-bottom: 40px;
}

h1, h2, h3 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 86px;
  line-height: 120%;
}

h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 130%;
}

h3 {
  font-size: 28px;
  font-weight: 400;
}

h4 {
  font-size: 12px;
  line-height: 200%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 15%;
  font-style: italic;
}

a {
  text-decoration: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 100%;
  min-width: 30%;
  margin: 0 auto;
}

.home_container {
  width: 100%;
  background-color: #031b23;
  text-align: center;
  position: absolute;
  padding: 5px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-around;
  z-index: 300;
  font-family: "Lato", sans-serif;
  min-height: 60px;
}

.header_logo img {
  max-width: 45%;
  float: left;
  padding-left: 10px;
}

#nav > .nav-header {
  display: inline;
}

#nav > .nav-header > .nav-title {
  display: inline;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  background-color: #031b23;
}

#nav > .nav-btn {
  display: none;
}

#nav > .nav-links {
  display: inline;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  color: #ff8c00;
  text-decoration: none;
  margin: 0 auto;
}

#nav > .nav-links > a {
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: #ff8c00;
}

.icons-socials {
  justify-content: center;
  align-items: center;
  float: right;
  padding-right: 5px;
}

.icons-socials > a {
  display: inline;
  float: right;
  padding: 5px 0;
  text-decoration: none;
  color: #ff8c00;
}

.icons-socials > a:hover {
  color: #ff8c00;
}

.icons-socials img {
  width: 60%;
}

#nav > .nav-links > a:hover {
  color: #FFFFFF;
}

#nav > #nav-check {
  display: none;
}

@media (max-width: 912px) {
  .icons-socials {
    display: none;
  }

  /* NAV MEDIA */
}
@media (max-width: 912px) and (max-width: 680px) {
  .home_container {
    justify-content: space-between;
  }

  #nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
  }

  #nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  #nav > .nav-btn > label:hover,
  #nav #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }

  #nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }

  #nav > .nav-links {
    position: absolute;
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #031b23;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    left: 0px;
    padding-top: 30px;
    margin-top: 20px;
  }

  #nav > .nav-links > a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .header_logo img {
    z-index: 3000;
    position: relative;
  }

  .icons-socials {
    display: none;
  }

  #nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }

  #nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
.hero {
  background-color: #031b23;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  min-height: 100vh;
  border-bottom: 10px solid #65B145;
}

.industrial-painter {
  width: 100%;
  color: #FFFFFF;
}

.home_hero {
  width: 100%;
  margin: 0 auto;
  padding-left: 90px;
  justify-content: center;
}

.cta {
  background-color: #ff8c00;
  color: #FFFFFF;
  border: solid 4px #e2d111;
  padding: 8px 10px;
  max-width: 200px;
  min-width: 160px;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-right: 40px;
}

.cta-hero {
  padding-left: 90px;
}

.oj {
  color: #ff8c00;
}

.yg {
  color: #e2d111;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 20px;
    height: 100vh;
  }

  .home_hero p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 2%;
    max-width: 70%;
  }

  .cta-hero {
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: .5rem;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  .cta-hero > .cta {
    max-width: 120px;
    min-width: 100px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .hero {
    padding-top: 20px;
    height: 100vh;
  }

  .home_hero {
    width: 80%;
    margin: 10px auto;
    padding-left: 10px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
  }

  .industrial-painter {
    width: 100%;
    color: #FFFFFF;
    font-size: 1.5rem;
  }

  .home_hero h1 {
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 20px;
  }

  .home_hero h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 140%;
    width: 50%;
  }

  .home_hero h3 {
    font-size: 28px;
    line-height: 130%;
  }

  .home_hero p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 2%;
    width: 90%;
  }

  .cta-hero {
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: .5rem;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  .cta-hero > .cta {
    max-width: 120px;
    min-width: 100px;
    font-size: 16px;
  }
}
.home_mission {
  max-width: 1800px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.mission-image {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission_text {
  width: 90%;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}

@media (max-width: 768px) {
  .home_mission {
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .mission-image {
    max-width: 75%;
    margin: 0 auto 20px auto;
    padding: 20px;
  }

  .mission-image img {
    width: 75%;
    margin: 0 auto 20px;
  }

  .mission_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
}
.mission-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

@media (max-width: 480px) {
  .home_mission {
    padding: 20px;
    gap: 1rem;
  }

  .mission-image {
    max-width: 90%;
    padding: 10px;
  }

  .mission_text {
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }
}
.mission_text h3 {
  text-align: center;
}

#offerings {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 100px;
}

.service-card {
  width: 300px;
  background-color: #ff8c00;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba 0, 0, 0, 0.2;
  margin: 20px;
  justify-content: space-between;
}

.service-card img {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 16px;
  justify-content: space-between;
}

.card-content h3 {
  text-align: left;
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.card-content p {
  text-align: left;
  font-size: 16px;
  color: #FFFFFF;
}

.btn-learn-more {
  display: inline-block;
  background-color: #FFFFFF;
  color: #ff8c00;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.btn-learn-more:hover {
  color: #041116;
}

#clients h2 {
  color: #041116;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}

#clients {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 100px;
  width: 100%;
}

.testimonials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
}

.testimonial-card {
  width: 300px;
  background-color: #65B145;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba 0, 0, 0, 0.2;
  margin: 10px;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-content p {
  padding: 16px;
  justify-content: space-between;
  font-size: 16px;
  line-height: 2rem;
  color: #FFFFFF;
}

.testimonial-content h2 {
  text-align: left;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.client-info h4 {
  color: #FFFFFF;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 300;
  padding: 2px;
}

.client-info p {
  font-size: 12px;
  color: #FFFFFF;
  padding: 2px;
}

.home_map--pinned {
  max-width: 70%;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.home_map--pinned h4 {
  color: #041116;
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.home_map--pinned p {
  color: #031b23;
  font-size: 18px;
  margin-bottom: 30px;
  text-justify: left;
}

.map {
  max-width: 100vw;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .home_map--pinned {
    display: none;
  }
}
.certificates {
  background-color: #FFFFFF;
  padding: 60px 20px;
  margin: 60px 0;
}

.environment {
  width: 90%;
  margin: 0 auto;
  display: flex;
  padding-left: 40px;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.environment h2 {
  color: #041116;
  font-size: 32px;
  margin-bottom: 20px;
}

.environment p {
  max-width: 800px;
  margin-bottom: 30px;
  color: #041116;
}

.environment img {
  max-width: 300px;
  margin-top: 30px;
}

#about > .about_container {
  background-color: #031b23;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  min-height: 100vh;
  border-bottom: 10px solid #65B145;
}

.about-painter {
  color: #FFFFFF;
  text-align: center;
}

.about_hero {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.cta-about {
  justify-content: center;
  align-content: center;
  margin-top: 40px;
}

.about_hero h1 {
  font-size: 62px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: .3rem;
  font-weight: 800;
}

#stats {
  width: 70%;
  height: 60vh;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.stats-circle {
  font-family: "Lato", sans-serif;
  background-color: #ff8c00;
  border: 3px solid #e2d111;
  border-radius: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 150px;
  height: 150px;
  color: #FFFFFF;
}

.stats-content h4 {
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 85%;
}

.stats-content h5 {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

#about-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 700px;
}

.about-content {
  margin: 0 auto;
  justify-content: center;
  align-content: center;
  width: 80%;
}

.about-images img {
  max-width: 350px;
}

.about_text p {
  text-align: center;
  font-size: 16px;
}

#icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding-top: 50px;
  height: 600px;
}

.information {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.icon-cards {
  width: 300px;
  height: 250px;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba 0, 0, 0, 0.2;
  margin: 10px;
  padding: 20px;
}

.icons-content p {
  font-size: 12px;
  padding: 10px;
}

.icons-content img {
  width: 30%;
}

#different {
  width: 100%;
  background-color: #65B145;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin: auto 0;
}

.grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  margin: 0 auto;
}

.diff-head {
  margin: auto 0;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.why {
  margin: auto 0;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.why p {
  padding-bottom: 45px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.why h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-top: 5px;
  justify-content: center;
  align-items: center;
}

#different h3 {
  text-align: left;
  justify-content: left;
  align-items: center;
  margin: auto 0;
  padding: 10px;
}

@media (max-width: 968px) {
  .stats-circle {
    width: 150px;
    height: 150px;
  }

  #stats {
    width: 90%;
    max-height: 300px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  #about-us {
    height: 400px;
    align-items: flex-start;
    justify-content: center;
  }

  .about-content {
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    width: 90%;
    height: 100%;
  }

  .about-images img {
    max-width: 200px;
  }

  .about_text p {
    text-align: center;
    font-size: 16px;
  }

  #icons {
    width: 100%;
    padding-top: 20px;
    height: 400px;
  }

  .icon-cards {
    width: 180px;
    height: 250px;
    justify-content: space-between;
    margin: 10px;
    padding: 5px;
  }

  #different {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 48% 48%;
    width: 100%;
    margin: auto 0;
  }

  .diff-head {
    margin: auto 0;
  }

  .why {
    margin: auto 0;
  }

  .why p {
    padding-bottom: 35px;
  }

  .why h5 {
    font-size: 16px;
    font-weight: 500;
  }

  #different h3 {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  #stats {
    height: 500px;
    margin-bottom: 30px;
    justify-content: space-between;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .stats-circle {
    margin-bottom: 20px;
  }

  #about-us {
    max-width: 90%;
    padding: 10px;
    flex-direction: column;
    flex-wrap: wrap;
    height: 550px;
    margin-bottom: 120px;
  }

  #icons {
    height: 160vh;
    margin-bottom: 40px;
  }

  .about_hero h1 {
    font-size: 32px;
    line-height: 140%;
  }

  .stats-circle {
    width: 150px;
    height: 150px;
  }

  .icons-content p {
    font-size: 20px;
  }

  .icon-cards {
    width: 70%;
    height: 100%;
    padding: 15px;
  }

  #different > .grid-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
  }

  .grid-container {
    display: block;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
    margin: auto 0;
  }
}
.diff-head h3 {
  text-align: center;
  padding-bottom: 10px;
}

.why h5 {
  text-align: center;
  font-size: 28px;
  margin: 0 auto;
}

.why p {
  text-align: center;
  font-size: 20px;
}

.footer-container {
  background-color: #031b23;
  color: #FFFFFF;
  padding: 40px 20px;
  margin-top: 60px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

#footer {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footer-links ul {
  list-style: none;
  margin-right: 40px;
  margin-bottom: 20px;
}

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links ul li a {
  color: #FFFFFF;
  font-size: 16px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-links ul li a:hover {
  color: #ff8c00;
}

.address p {
  font-size: 9px;
  width: 200px;
}

.subscribe {
  flex: 1;
  max-width: 300px;
}

.newsletter-signup h4 {
  color: #ff8c00;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 20px;
}

.newsletter-signup p {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 16px;
}

.newsletter-signup form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-signup input {
  padding: 12px 15px;
  border: 1px solid #031b23;
  border-radius: 4px;
  background-color: #041116;
  color: #FFFFFF;
  font-size: 12px;
}

.newsletter-signup button {
  background-color: #ff8c00;
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.newsletter-signup button:hover {
  background-color: #ff8c00;
}

.certs {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #031b23;
}

.certs img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  #footer {
    padding: 20px;
  }
}
.footer li {
  font-size: 28px;
}

@media (max-width: 480px) {
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  #footer {
    padding: 20px;
  }
}
.footer li {
  font-size: 28px;
}

#quotes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 40px;
  width: 90%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.quoteform-container form {
  width: 100%;
  max-width: 600px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.quoteform-container > input[type=text], select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

#description {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.quoteform-container input[type="text"], select, textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
}

input[type=submit] {
  width: 100%;
  background-color: #65B145;
  color: #FFFFFF;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  width: 160px;
}

input[type=submit]:hover {
  background-color: #ff8c00;
}

.contact > .contact_container {
  background-color: #031b23;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  min-height: 100vh;
  border-bottom: 10px solid #65B145;
}

.contact-painter {
  color: #FFFFFF;
  text-align: center;
}

.cta-contact {
  justify-content: center;
  align-content: center;
  margin-top: 40px;
}

.contact h1 {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: .3rem;
  font-weight: 800;
}

#contact-info p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

#help p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

#contact-pg {
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding: 40px;
  margin: 40px auto;
}

.container-contact {
  width: 100%;
  max-width: 600px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}

.container-contact form {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.container-contact input[type="text"], select, textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
}

.cta-contact {
  justify-content: center;
  align-content: center;
  margin-top: 40px;
}

/* Tablet */
@media (min-width: 768px) {
  #contact-pg {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    padding: 40px 60px;
  }

  .container-contact {
    max-width: 600px;
    padding: 0 20px;
  }

  .contact h1 {
    font-size: 60px;
    padding: 0 30px;
  }
}
/* Mobile */
@media (max-width: 480px) {
  #contact-pg {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px;
  }

  .container-contact {
    flex-direction: column;
    width: 100%;
    padding: 0 30px;
  }

  .contact_hero {
    width: 100%;
    text-align: center;
    padding: 0 25px;
  }
}
